home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / IVM.ZIP / DOCS / ROUTINES.DOC < prev   
Text File  |  1992-12-27  |  2KB  |  53 lines

  1. ;****************************************************************************
  2. ; Notes on routines included with the ivp.
  3. ; Feel free to add new routines to this list for your own record.  If you
  4. ; want you may distribute your new routines but you must give full credit to
  5. ; Admiral Bailey and the IVP.
  6. ;****************************************************************************
  7.  
  8. Routine Name: KILL.RTN
  9. Note: Kills the Drives you specify.
  10. Parameter To Give: AL=Drive to format.  0=A:, 1=B:, 2=C: etc...
  11.                    CX=Number of sectors to format.
  12.  
  13. Routine Name: REDUCE.RTN
  14. Note: Reduces the amount of RAM to whatever you specify.
  15. Parameter To Give: DX=Amount of RAM to reduce to in K.
  16.  
  17. Routine Name: GUN.RTN
  18. Note: Makes Machine gun noises over the PC Speaker.
  19. Parameter To Give: CX=Number of Shots.
  20.  
  21. Routine Name: BEEP.RTN
  22. Note: Beeps the speaker.
  23. Parameter To Give: CX=Number of times to beep.
  24.  
  25. Routine Name: SCREWCOM.RTN
  26. Note: Switches the location of two com ports.
  27. Parameter To Give: BX=First Com Port
  28.                    SI=Second Com Port
  29.  
  30. Routine Name: ROMBASIC.RTN
  31. Note: Drops the computer into  ROM basic.
  32. Parameter To Give: None
  33.  
  34. Routine Name: LOCK.RTN
  35. Note: Locks up the computer so the person will have to reboot.
  36. Parameter To Give: None
  37.  
  38. Routine Name: PHASOR.RTN
  39. Note: Makes the sound of a phasor over the speaker.  Alternative to Gun.
  40. Parameter To Give: CX=Number of times to fire.
  41.  
  42. Routine Name: ERASEF.RTN
  43. Note: Erases a file.  You must edit the file name in the .RTN file.
  44. Parameter To Give: DX=Location of filename.
  45.                    EX.  DX,[bp+offset erasethis] or
  46.                         DX,offset erasethis.
  47.  
  48. Routine Name: PRINTSCR.RTN
  49. Note: Will print the current screen.  Annoying in school computers when in
  50.       class and your screen with your name and all get printed.
  51. Parameter To Give: None.
  52.  
  53.